type crypto/internal/fips140/edwards25519/field.uint128
13 uses
crypto/internal/fips140/edwards25519/field (current package)
fe_generic.go#L11: type uint128 struct {
fe_generic.go#L16: func mul(a, b uint64) uint128 {
fe_generic.go#L18: return uint128{lo, hi}
fe_generic.go#L22: func addMul(v uint128, a, b uint64) uint128 {
fe_generic.go#L26: return uint128{lo, hi}
fe_generic.go#L36: func addMul19(v uint128, a, b uint64) uint128 {
fe_generic.go#L40: return uint128{lo, hi}
fe_generic.go#L44: func addMul38(v uint128, a, b uint64) uint128 {
fe_generic.go#L48: return uint128{lo, hi}
fe_generic.go#L52: func shiftRightBy51(a uint128) uint64 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |